Add support for .NET 10#476
Conversation
Following the pattern of bb2575c (Add .NET 9 support), this adds .NET 10 as the latest supported target framework while retaining .NET 8 support. Changes: - Add net10.0 to CI/CD build and test matrices (GitHub Actions, ADO) - Install .NET 10 SDK in workflows; add .NET 9 install for older test targets - Update AOT build moniker to net10.0 - Update benchmark and VS Code task defaults to net10.0 - Update documentation to list net10.0 as supported - Fix stale comments referencing .NET 6 in Generator csproj/targets Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The build is failing because the "dotnet build" step is trying to download the nuget package "Microsoft.NET.ILLink.Tasks" from the react-native-public feed, but the .nupkg file requires authentication. |
|
@dotnetjunky , it is not clear from the change the main purpose of the PR. |
|
|
@vmoroz The goal is to add support for .NET 10, not replacing .NET 9. There's a few places where we only build the project with the latest framework, so I replaced v9 with v10. Please point out which file I did it wrong. |
Attempt to add support for .NET. I used Github Copilot to ask it to generate the changes based on the previous commit to add support for .NET 9.